home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(13, 1)
- set the memberNum of sprite 13 to the number of member "W-PIPE DOWN.PICT"
- updateStage()
- puppetSound("Squishy")
- end
-
- on mouseUp
- set the memberNum of sprite 13 to the number of member "W-PIPE UP.PICT"
- updateStage()
- puppetSprite(13, 1)
- SetReturn()
- delay(60)
- puppetSprite(13, 0)
- unloadMember(member "WATER DOWN.PICT", "Squishy")
- if the machineType = 256 then
- alert("To launch demo, run SETUP.EXE in IQDIGIZINE CD-ROM folder: DEMOS\PIPELINE.")
- else
- alert("Sorry, this demo does not run on Macintosh computers.")
- end if
- end
-